home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / dev_libs / feelin040718 / sources / _template / private.h next >
C/C++ Source or Header  |  2004-08-03  |  2KB  |  41 lines

  1. /*
  2.     FC_<classname> Header
  3. */
  4.  
  5. /***************************************************************************/
  6. /*** Includes **************************************************************/
  7. /***************************************************************************/
  8.  
  9. #include <libraries/feelin.h>
  10.  
  11. #include <proto/utility.h>
  12. #include <proto/feelin.h>
  13.  
  14. /***************************************************************************/
  15. /*** Shared Variables ******************************************************/
  16. /***************************************************************************/
  17.  
  18. extern struct FeelinBase           *FeelinBase;
  19. #define       SysBase               FeelinBase -> SYS
  20. #define       DOSBase               FeelinBase -> DOS
  21. #define       LayersBase            FeelinBase -> Layers
  22. #define       GfxBase               FeelinBase -> Graphics
  23. #define       IntuitionBase         FeelinBase -> Intuition
  24. #define       UtilityBase           FeelinBase -> Utility
  25.  
  26. /***************************************************************************/
  27. /*** Structures ************************************************************/
  28. /***************************************************************************/
  29.  
  30. struct LocalObjectData
  31. {
  32. };
  33.  
  34. /***************************************************************************/
  35. /*** Dynamics **************************************************************/
  36. /***************************************************************************/
  37.  
  38. /***************************************************************************/
  39. /*** Preferences ***********************************************************/
  40. /***************************************************************************/
  41.